Foxit PDF RDK
FoxitRDKNative.PageSizeTaskCallBack Class Reference

Defines a callback interface for handling results of a PageSizeTask. More...

Public Member Functions

 constructor ()
 Constructor for the PageSizeTaskCallBack class. Initializes a new instance of the PageSizeTaskCallBack.
 
 result (task)
 Handles the result of a PageSizeTask. More...
 

Detailed Description

Defines a callback interface for handling results of a PageSizeTask.

Member Function Documentation

◆ result()

FoxitRDKNative.PageSizeTaskCallBack.result ( task  )

Handles the result of a PageSizeTask.

Parameters
{PageSizeTask}task - The PageSizeTask whose result is being handled. This method is called when the task completes, providing access to its result.